Falcon Chess
Invented by: George Duke, 1992
Game hierarchy
• Game
• Generic Chess
• Generic x8
• Generic 10x8
• Falcon Chess
Board
FEN: rnbfqkfbnr/pppppppppp/10/10/10/10/PPPPPPPPPP/RNBFQKFBNR w KQkq - 0 1
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King | King | K | Generic Chess | royal; can castle |
Pawn | Pawn | P | Generic Chess | can promote; en passant; pawn structure evaluation |
Queen | Queen | Q | Falcon Chess | trap king on back rank bonus |
Rook | Rook | R | Falcon Chess | castling partner; open file bonus; trap king on back rank bonus |
Bishop | Bishop | B | Falcon Chess | colorbinding evaluation; outpost bonus |
Knight | Knight | N | Falcon Chess | outpost bonus |
Falcon | Falcon | F | Falcon Chess | |
Game Variables
Name = "Falcon Chess"
Invented = "1992"
InventedBy = "George Duke"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "rnbfqkfbnr/pppppppppp/10/10/10/10/PPPPPPPPPP/RNBFQKFBNR"
DeduplicateMoves = false
StaticExchangeEvaluation = false
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = "QRBNF"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King
Declared in Generic x8:
PawnDoubleMove = true
Declared in Generic 10x8:
Castling = Flexible
Rules
MoveCompletionDefaultRule
BasicPromotionRule
EnPassantRule
CheckmateRule
Move50Rule
FlexibleCastlingRule
RepetitionDrawRule
Evaluations
PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation
|